In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GetAnnotationFromIdx Method

GetAnnotationFromIdx Method (AnnotationManager)

In This Topic
Syntax
'Declaration

 

Public Function GetAnnotationFromIdx( _

   ByVal AnnotationIdx As Integer _

) As Annotation
public Annotation GetAnnotationFromIdx( 

   int AnnotationIdx

)
public function GetAnnotationFromIdx( 

    AnnotationIdx: Integer

): Annotation; 
public function GetAnnotationFromIdx( 

   AnnotationIdx : int

) : Annotation;
public: Annotation* GetAnnotationFromIdx( 

   int AnnotationIdx

) 
public:

Annotation^ GetAnnotationFromIdx( 

   int AnnotationIdx

) 

Parameters

AnnotationIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members